﻿* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft Yahei";
}
/*body,html{min-width:1200px;}*/
img {
  border-width: 0;
  border: none;
}
input,
button,
textarea {
  outline: none;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  font-family: "Microsoft Yahei";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb:after {
  clear: both;
  content: "";
  display: block;
}
.cb::after {
  clear: both;
  content: "";
  display: block;
}
.inner {
  
  margin: 0 auto;
}
/*  header_top*/
.header_top {
  line-height: 36px;
  font-size: 14px;
  color: #999999;
  background: #f4f4f4;
}
/* header */
.header {
  padding: 25px 0 28px 0;
}
.header .inner .left img {
  display: block;
}
.header .inner .center {
  margin-left: 100px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #009361;
  width: 430px;
  margin-top: 12px;
}
.header .inner .center .text {
  position: relative;
  text-align: left;
  width: 97px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  background: #009361 url("../images/select_bg.jpg") top right no-repeat;
  color: #fff;
  z-index: 3;
  line-height: 44px;
  padding-left: 12px;
}
.header .inner .center select {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  text-align: center;
  width: 97px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header .inner .center select::-ms-expand {
  display: none;
}
.header .inner .center .inupt_wrap {
  width: 258px;
  height: 42px;
  padding-left: 17px;
}
.header .inner .center .inupt_wrap input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
}
.header .inner .center button[type="submit"] {
  width: 50px;
  height: 42px;
  background: url("../images/header_button.jpg");
  border: none;
}
.header .inner .right img {
  display: block;
}
/* nav */
.nav {
  background-position: center;
  height: 51px;
}
.nav .inner .nav_ul > li {
  float: left;
  width: 109px;
  position: relative;
}
.nav .inner .nav_ul > li > a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 51px;
}
.nav .inner .nav_ul > li:hover .two_menu {
  display: block;
}
.nav .inner .nav_ul > li .two_menu {
  position: absolute;
  background: red;
  width: 100%;
  top: 51px;
  text-align: center;
  display: none;
}
.nav .inner .nav_ul > li .two_menu dd {
  background: #008356;
  position: relative;
}
.nav .inner .nav_ul > li .two_menu dd:hover .three_menu {
  display: block;
}
.nav .inner .nav_ul > li .two_menu dd > a {
  line-height: 51px;
  color: #fff;
}
.nav .inner .nav_ul > li .two_menu dd:hover {
  background: #006643;
}
.nav .inner .nav_ul > li .two_menu dd .three_menu {
  position: absolute;
  display: none;
  left: 109px;
  top: 0;
  width: auto;
  border: 10px solid #008457;
  background: #008457;
  width: 740px;
}
.nav .inner .nav_ul > li .two_menu dd .three_menu .three_menu_one {
  margin-right: 10px;
  position: relative;
}
.nav .inner .nav_ul > li .two_menu dd .three_menu .three_menu_one:last-of-type {
  margin-right: 0;
}
.nav .inner .nav_ul > li .two_menu dd .three_menu .three_menu_one .model {
  background: rgba(0, 132, 87, 0.3);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  line-height: 27px;
  color: #fff;
  font-size: 14px;
}
.nav .inner .nav_ul > li .two_menu dd .three_menu img {
  display: block;
}











/* 大盒子 */
#wrap1 {
  background-size: cover;
  background-position: center;
}
/* 首页标题公用 */
.index_title_wrap {
  text-align: center;
}
.index_title_wrap .cn {
  color: #2993a6;
  font-size: 32px;
  line-height: 62px;
  font-weight: bold;
}
.index_title_wrap .line {
  width: 105px;
  height: 4px;
  background: #2993a6;
  margin: 0 auto;
}
.index_title_wrap .en {
  line-height: 34px;
  color: #eaeaea;
  font-size: 24px;
  margin-top: 8px;
}
.index_title_wrap .text_show {
  line-height: 29px;
  color: #666666;
  font-size: 14px;
}
/* 算算多少钱 */
.calculate {
  padding: 45px 0 0 0;
}
.calculate .wrap {
  height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 22px 0 0 0;
  margin-top: 32px;
}
.calculate .wrap .left label {
  display: block;
  line-height: 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 22px;
  margin-top: 15px;
}
.calculate .wrap .left label:nth-of-type(1) {
  margin-top: 3px;
}
.calculate .wrap .left label span {
  float: left;
  width: 79px;
  height: 37px;
  display: block;
}
.calculate .wrap .left label select {
  width: 189px;
  height: 37px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  float: left;
  margin-right: 25px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url(../images/sanjiao.jpg) right center no-repeat;
}
.calculate .wrap .left label select::-ms-expand {
  display: none;
}
.calculate .wrap .left label input[type="text"] {
  width: 189px;
  height: 37px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  text-align: center;
  background: transparent;
}
.calculate .wrap .left label .long {
  width: 616px !important;
  text-align: left !important;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.calculate .wrap .left .radio_wrap {
  margin-right: 32px;
  color: #333333;
  font-size: 14px;
}
.calculate .wrap .left .radio_wrap input[type="radio"] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.calculate .wrap .left .radio_wrap:last-of-type {
  margin-right: 0;
}
.calculate .wrap .right {
  width: 241px;
  height: 187px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 26px;
  border-left: 1px solid #f1f1f1;
}
.calculate .wrap .right .title {
  line-height: 24px;
  color: #333333;
  font-size: 16px;
  margin-bottom: 11px;
}
.calculate .wrap .right input {
  width: 100%;
  height: 37px;
  display: block;
  border: 1px solid #dcdcdc;
  margin-bottom: 19px;
  text-align: center;
  border-radius: 6px;
  background: transparent;
}
.calculate .wrap .right button {
  width: 100%;
  height: 37px;
  display: block;
  border: none;
  background: #2993a6;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
}
